c# winforms textbox to int

47

c# winforms textbox to int -

int userVal = Int32.Parse(txtboxname.Text);

Comments

Submit
0 Comments